home *** CD-ROM | disk | FTP | other *** search
- //Language: LaTex
- //Copyright (c) 1992-2002 Altium Limited
- //All rights reserved.
- //http://www.dream-com.com
- //contact@dream-com.com
-
- // states
- State=snormal
- State=scomment
- State=shtmltag
- State=sproperty
- // tokens
- Token=tnone
- Token=tgroupbegin
- Token=tcomment
- Token=tgroupend
- Token=tresword
- Token=tresword1
- Token=twhitespace
- //delims
- Delimiters=;.,:'"{}[]()?!@#$%^&*-+=|\/
-
- snormal \\[a-z_A-Z][a-z_A-Z0-9]* snormal tresword
-
- //white space
- snormal #32* snormal twhitespace
-
- //comments
- snormal \% scomment tcomment
- scomment [#1-#255]* snormal tcomment
- scomment $ snormal tcomment
-
- snormal \{ shtmltag tresword1
- shtmltag [^\}]* shtmltag tresword1
- shtmltag \\[a-z_A-Z][a-z_A-Z0-9]* shtmltag tresword
- shtmltag \} snormal tresword1
-
-